home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2009 March / ca03.iso / Multimedija / DivXInstaller.exe / DivX Stream Engine / v3.0 / core / DivXASPDecode.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-11-06  |  2.9 KB  |  102 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE properties>
  3. <properties version="1.0">
  4.  
  5.   <name>
  6.     <short>DivX Video decoder</short>
  7.     <long>DivX Video decoder</long>
  8.   </name>
  9.  
  10.   <description>Decodes DivX ASP video formats.</description>
  11.  
  12.   <type>plugin</type>
  13.  
  14.   <plugin>
  15.  
  16.     <name>com.divx.streamengine.plugin.DivxASPDecode</name>
  17.  
  18.     <interfaces>
  19.  
  20.       <interface>
  21.         <name>com.divx.streamengine.plugin.Transform</name>
  22.       </interface>
  23.       <interface>
  24.         <name>com.divx.streamengine.pluginInterface.Transform</name>
  25.       </interface>
  26.       <interface>
  27.         <name>com.divx.streamengine.pluginInterface.DSEPlugin</name>
  28.       </interface>
  29.     <interface>
  30.         <name>com.divx.streamengine.pluginInterface.Settings</name>
  31.       </interface>
  32.  
  33.         <!-- Settings 
  34.                 name PostProc|Mode
  35.                 type uint32_t
  36.                 values (0 = No postprocessing, 1 = Full Deblock Plus Sharpen, 2 = Custom Deblock, 3 = Full Auto)
  37.                 
  38.                 name PostProc|Deblocking - this is only valid for custom Deblocking
  39.                 type uint32_t
  40.                 values (0 - 4)
  41.                 
  42.                 name Color|Brightness
  43.                 type uint32_t
  44.                 values (-127 through 128)         
  45.                 
  46.                 name Color|Contrast
  47.                 type uint32_t
  48.                 values (-127 through 128)      
  49.                 
  50.                 name Color|Saturation
  51.                 type uint32_t
  52.                 values (-127 through 128)    
  53.                 
  54.                 name Color|Warmth
  55.                 type uint32_t
  56.                 values (0 - 5)   
  57.          -->
  58.       
  59.     </interfaces>
  60.  
  61.     <StreamEngine version="2.1">
  62.  
  63.       <portGroup>
  64.  
  65.         <port type="in" mode="pull" model="release" media="video">
  66.           <format cost="10" fourCC="DX50"/>
  67.           <format cost="10" fourCC="DIVX"/>
  68.           <format cost="10" fourCC="divx"/>
  69.           <format cost="10" fourCC="DivX"/>
  70.           <format cost="10" fourCC="Divx"/>
  71.           <format cost="10" fourCC="DIV3"/>
  72.           <format cost="10" fourCC="XVID"/>
  73.           <format cost="10" fourCC="xvid"/>
  74.           <format cost="10" fourCC="XviD"/>
  75.           <format cost="10" fourCC="xviD"/>
  76.           <format cost="10" fourCC="Xvid"/>
  77.         </port>
  78.  
  79.         <port type="out" mode="pull" model="retain" media="video">
  80.           <format cost="10" fourCC="IYUV"/>
  81.           <format cost="10" fourCC="I420"/>
  82.           <format cost="10" fourCC="YV12"/>
  83.           <format cost="20" fourCC="UYVY"/>
  84.           <format cost="25" fourCC="YUY2"/>
  85.           <format cost="50" fourCC="RGBA"/>
  86.           <format cost="80" fourCC="RV16"/>
  87.         </port>
  88.  
  89.       </portGroup>
  90.  
  91.     </StreamEngine>
  92.  
  93.     <version>
  94.       <major>3</major>
  95.       <minor>0</minor>
  96.       <micro>0</micro>
  97.     </version>
  98.  
  99.   </plugin>
  100.  
  101. </properties>
  102.